mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
fdb2069e27
target. I added this.
19 lines
292 B
Makefile
19 lines
292 B
Makefile
# Makefile for uusched
|
|
# $Id: Makefile,v 1.1 1993/08/05 18:27:55 conklin Exp $
|
|
|
|
BINDIR= $(bindir)
|
|
|
|
PROG= uusched
|
|
SRCS=
|
|
NOMAN=
|
|
STRIP=
|
|
|
|
uusched: uusched.in
|
|
sed -e "s|@BINDIR@|$(bindir)|g" -e "s|@SBINDIR@|$(sbindir)|g" \
|
|
$(.CURDIR)/uusched.in > $(.TARGET)
|
|
|
|
depend:
|
|
|
|
|
|
.include <bsd.prog.mk>
|