mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01: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>
|