]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/pwd_mkdb/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / pwd_mkdb / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/../../lib/libc/gen            # for pw_scan.c
5
6 PROG=   pwd_mkdb
7 MAN=    pwd_mkdb.8
8 SRCS=   pw_scan.c pwd_mkdb.c
9
10 WARNS?= 4
11 CFLAGS+= -I${.CURDIR}/../../lib/libc/gen                # for pw_scan.h
12
13 .include <bsd.prog.mk>