64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
13 lines
232 B
Makefile
13 lines
232 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/lib/libc/gen # for pw_scan.c
|
|
|
|
PROG= pwd_mkdb
|
|
MAN= pwd_mkdb.8
|
|
SRCS= pw_scan.c pwd_mkdb.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/lib/libc/gen # for pw_scan.h
|
|
|
|
.include <bsd.prog.mk>
|