1996-08-31 00:03:54 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 1996/08/30 20:10:25 thorpej Exp $
|
1994-01-10 17:04:44 +03:00
|
|
|
|
|
|
|
CFLAGS+=-DYP
|
1994-01-08 16:22:03 +03:00
|
|
|
|
|
|
|
PROG= rpc.bootparamd
|
|
|
|
SRCS= bootparamd.c bootparam_prot_svc.c
|
1994-12-22 14:32:57 +03:00
|
|
|
MAN= bootparams.5 rpc.bootparamd.8
|
1994-10-03 21:48:40 +03:00
|
|
|
MLINKS= rpc.bootparamd.8 bootparamd.8
|
1994-01-08 16:22:03 +03:00
|
|
|
|
1994-01-28 04:05:30 +03:00
|
|
|
DPADD= ${LIBRPCSVC}
|
|
|
|
LDADD= -lrpcsvc
|
1994-01-08 16:22:03 +03:00
|
|
|
|
1995-06-24 19:03:49 +04:00
|
|
|
bootparam_prot_svc.c: ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x
|
1994-01-17 18:13:32 +03:00
|
|
|
rm -f bootparam_prot.x
|
1995-06-24 19:03:49 +04:00
|
|
|
ln -s ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x .
|
1994-01-17 18:13:32 +03:00
|
|
|
rm -f bootparam_prot.h
|
1995-06-24 19:03:49 +04:00
|
|
|
ln -s ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.h .
|
1994-01-08 16:22:03 +03:00
|
|
|
rpcgen -m -o $@ bootparam_prot.x
|
|
|
|
|
|
|
|
CLEANFILES += bootparam_prot_svc.c bootparam_prot.x bootparam_prot.h
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|