Removed definition "LIB= rpc". We want libc.a to contain librpc.a, not
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / kerberosIV / make_p / Makefile
CommitLineData
1c15e888 1# @(#)Makefile 5.1 (Berkeley) 6/25/90
661203a8
KB
2
3PROG= make_p
4SRCS= make_p.c misc.c
5.PATH: ${.CURDIR}/../make_key_perm
6CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include \
7 -I${.CURDIR}/../des
8NOMAN= noman
9
10.include <bsd.prog.mk>