diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-01 20:36:20 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-01 20:36:20 +0000 |
| commit | 60e2f05af76a25eaf86908a22dd0d0e69faf48f2 (patch) | |
| tree | 8323953d95fc30ee48abc58520408228b9a0900e | |
| parent | 528ad82b4c221b1211835dc4a33b8d46acb43235 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/bootparamd/bootparamd/Makefile | 3 | ||||
| -rw-r--r-- | usr.sbin/bootparamd/callbootd/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/bootparamd/bootparamd/Makefile b/usr.sbin/bootparamd/bootparamd/Makefile index a8fcc3b68fdc..30ac8e001891 100644 --- a/usr.sbin/bootparamd/bootparamd/Makefile +++ b/usr.sbin/bootparamd/bootparamd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.1.1.1 1995/02/26 23:40:52 wpaul Exp $ +# $Id: Makefile,v 1.2 1995/03/01 08:04:34 phk Exp $ PROG= bootparamd SRCS= bootparam_prot_xdr.c bootparam_prot_svc.c bootparamd.c main.c @@ -23,4 +23,5 @@ bootparam_prot.h: cp ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x . rpcgen -h -o bootparam_prot.h bootparam_prot.x +.include "../../Makefile.inc" .include <bsd.prog.mk> diff --git a/usr.sbin/bootparamd/callbootd/Makefile b/usr.sbin/bootparamd/callbootd/Makefile index b54e8d58f9e6..4fcd193f9cdf 100644 --- a/usr.sbin/bootparamd/callbootd/Makefile +++ b/usr.sbin/bootparamd/callbootd/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $Id: Makefile,v 1.1.1.1 1995/02/26 23:40:53 wpaul Exp $ +# $Id: Makefile,v 1.2 1995/03/01 08:04:40 phk Exp $ PROG= callbootd SRCS= bootparam_prot_xdr.c bootparam_prot_clnt.c callbootd.c @@ -23,4 +23,5 @@ bootparam_prot.h: cp ${DESTDIR}/usr/include/rpcsvc/bootparam_prot.x . rpcgen -h -o bootparam_prot.h bootparam_prot.x +.include "../../Makefile.inc" .include <bsd.prog.mk> |
