[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / rpcgen

Annotation of src/usr.bin/rpcgen/Makefile, Revision 1.4

1.4     ! deraadt     1: #      $OpenBSD: Makefile,v 1.3 1997/09/21 11:50:38 deraadt Exp $
1.3       deraadt     2:
1.1       deraadt     3: PROG=  rpcgen
                      4: SRCS=  rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_scan.c \
                      5:        rpc_svcout.c rpc_util.c rpc_sample.c rpc_tblout.c
                      6:
                      7: .include <bsd.prog.mk>