summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-12-22 11:34:09 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-12-22 11:34:09 +0000
commit060fd6a230297aa3565055cef55d42bf5a2e91f1 (patch)
treea5765c5229f9b74952f9dc9da72b39017ec0d12a /usr.sbin/xntpd/lib
parent86565b770f3ec4c77894f88071767becd69f198b (diff)
downloadFreeBSD-src-060fd6a230297aa3565055cef55d42bf5a2e91f1.zip
FreeBSD-src-060fd6a230297aa3565055cef55d42bf5a2e91f1.tar.gz
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.
Diffstat (limited to 'usr.sbin/xntpd/lib')
-rw-r--r--usr.sbin/xntpd/lib/Makefile5
1 files changed, 3 insertions, 2 deletions
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 <bsd.lib.mk>
OpenPOWER on IntegriCloud