summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pwd_mkdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pwd_mkdb/Makefile')
-rw-r--r--usr.sbin/pwd_mkdb/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/pwd_mkdb/Makefile b/usr.sbin/pwd_mkdb/Makefile
index 86116fec..057ac6b 100644
--- a/usr.sbin/pwd_mkdb/Makefile
+++ b/usr.sbin/pwd_mkdb/Makefile
@@ -1,5 +1,9 @@
+# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+.PATH: ${.CURDIR}/../../lib/libc/gen # for pw_scan.c
+CFLAGS+= -I${.CURDIR}/../../lib/libc/gen # for pw_scan.h
+
PROG= pwd_mkdb
SRCS= pw_scan.c pwd_mkdb.c
MAN8= pwd_mkdb.8
OpenPOWER on IntegriCloud