From c842de4fca37bb229a034a304772c132664a60e7 Mon Sep 17 00:00:00 2001 From: wpaul Date: Thu, 2 Mar 1995 22:00:33 +0000 Subject: 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*) --- usr.sbin/bootparamd/bootparamd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/bootparamd/bootparamd') 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 -- cgit v1.1