From 060fd6a230297aa3565055cef55d42bf5a2e91f1 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Wed, 22 Dec 1993 11:34:09 +0000 Subject: Needed to change the LDADD+= and DPADD+= depending on if obj directories are used or not. Add .verions to the CLEANFILES+= on those Makefiles that create a version.c file. Remove reference to nonexistent file ref_omega.c in one Makefile. Fix copy of authdes.c.expot so that it works with or without obj directories. No compiles both with and without obj directories. --- usr.sbin/xntpd/lib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/xntpd/lib') diff --git a/usr.sbin/xntpd/lib/Makefile b/usr.sbin/xntpd/lib/Makefile index 687cfc8..a109ee2 100644 --- a/usr.sbin/xntpd/lib/Makefile +++ b/usr.sbin/xntpd/lib/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.2 1993/12/21 20:16:46 wollman Exp $ +# $Id: Makefile,v 1.3 1993/12/21 21:06:27 wollman Exp $ # CFLAGS+= -I${.CURDIR}/../include @@ -20,10 +20,11 @@ SRCS= atoint.c atolfp.c atouint.c auth12crypt.c authdecrypt.c authdes.c \ NOMAN= NOPROFILE= LIB= ntp +CLEANFILES+=authdes.c install: authdes.c: authdes.c.export - cp authdes.c.export authdes.c + cp ${.CURDIR}/authdes.c.export authdes.c .include -- cgit v1.1