From dd10c423ca6dc0505780479dd77ec01bff19062b Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 1 Mar 1995 20:36:20 +0000 Subject: My patch this morning was not complete. I never tested make install - stupidly thinking that it would work :( The install program never get a destination directory. Here is another patch that should also be added. I think this should be the last one for these makefiles :) [Note: I realize that there are more things wrong than this, but this should at least get the tree compiling again! -jkh] Submitted by: John Hay --- usr.sbin/bootparamd/bootparamd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/bootparamd/bootparamd') diff --git a/usr.sbin/bootparamd/bootparamd/Makefile b/usr.sbin/bootparamd/bootparamd/Makefile index a8fcc3b..30ac8e0 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 -- cgit v1.1