]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/pwd_mkdb/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 CFLAGS+= -I${.CURDIR}/../../lib/libc/gen                # for pw_scan.h
11
12 .include <bsd.prog.mk>