mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 12:44:53 +01:00
e653b48c80
OK'ed by: core
12 lines
198 B
Makefile
12 lines
198 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= make-roken
|
|
NO_MAN=
|
|
|
|
CLEANFILES= make-roken.c
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
make-roken.c: ${KRB5DIR}/lib/roken/roken.awk ${KRB5DIR}/lib/roken/roken.h.in
|
|
awk -f ${.ALLSRC} > ${.TARGET}
|