diff options
| author | gwr <gwr@NetBSD.org> | 1994-10-03 18:48:40 +0000 |
|---|---|---|
| committer | gwr <gwr@NetBSD.org> | 1994-10-03 18:48:40 +0000 |
| commit | cd8e5bc1c98ca080d5eca606c5fb033f67d8768e (patch) | |
| tree | 1f74986c2008d46e9f4d52acbb42dd38c9b4376e /usr.sbin/rpc.bootparamd/Makefile | |
| parent | 425833d1b0da93a71b64a5fe38b376c68c378910 (diff) | |
Add a man page and a link for bootparamd(8).
Diffstat (limited to 'usr.sbin/rpc.bootparamd/Makefile')
| -rw-r--r-- | usr.sbin/rpc.bootparamd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/rpc.bootparamd/Makefile b/usr.sbin/rpc.bootparamd/Makefile index 7c329a05e89..7530a427e42 100644 --- a/usr.sbin/rpc.bootparamd/Makefile +++ b/usr.sbin/rpc.bootparamd/Makefile @@ -1,10 +1,12 @@ -# $Id: Makefile,v 1.5 1994/01/28 01:07:31 cgd Exp $ +# $Id: Makefile,v 1.6 1994/10/03 18:48:40 gwr Exp $ CFLAGS+=-DYP PROG= rpc.bootparamd SRCS= bootparamd.c bootparam_prot_svc.c +MAN5= bootparams.0 MAN8= rpc.bootparamd.0 +MLINKS= rpc.bootparamd.8 bootparamd.8 DPADD= ${LIBRPCSVC} LDADD= -lrpcsvc |
