summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bootparamd/bootparamd
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1995-03-02 22:00:33 +0000
committerwpaul <wpaul@FreeBSD.org>1995-03-02 22:00:33 +0000
commitc842de4fca37bb229a034a304772c132664a60e7 (patch)
treeeaffe71b2b372f4a36423652b956ce0ca95babbd /usr.sbin/bootparamd/bootparamd
parente9892e48b9e68f90eb6a798332dbc92ed6ef1a39 (diff)
downloadFreeBSD-src-c842de4fca37bb229a034a304772c132664a60e7.zip
FreeBSD-src-c842de4fca37bb229a034a304772c132664a60e7.tar.gz
Took out .include "../../Makefile.inc" which shouldn't be needed now that I
put a proper Makefile.inc in the top level of the bootparam heirarchy. (Someday I'll learn. *sigh*)
Diffstat (limited to 'usr.sbin/bootparamd/bootparamd')
-rw-r--r--usr.sbin/bootparamd/bootparamd/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bootparamd/bootparamd/Makefile b/usr.sbin/bootparamd/bootparamd/Makefile
index 30ac8e0..3d7e347 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.2 1995/03/01 08:04:34 phk Exp $
+# $Id: Makefile,v 1.3 1995/03/01 20:36:17 jkh Exp $
PROG= bootparamd
SRCS= bootparam_prot_xdr.c bootparam_prot_svc.c bootparamd.c main.c
@@ -23,5 +23,4 @@ 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>
OpenPOWER on IntegriCloud