diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-24 04:26:21 +0000 |
commit | cd9a2f5c280b40222d21ca68b5b0962ff712d6cf (patch) | |
tree | dc80da53186aab7c56424c2574b0cd7928930721 /usr.sbin/xntpd/parse/util/Makefile | |
parent | 2388d5d1cef849c6482878f223517c38456feecf (diff) |
Bring in my changes for removing the pestilent obj links (unless you
really want them) from /usr/src. This is the final version of the
patches, incorporating the feedback I've received from -current.
Notes
Notes:
svn path=/head/; revision=16663
Diffstat (limited to 'usr.sbin/xntpd/parse/util/Makefile')
-rw-r--r-- | usr.sbin/xntpd/parse/util/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/xntpd/parse/util/Makefile b/usr.sbin/xntpd/parse/util/Makefile index ad9c0eb45470..a05ca0838d50 100644 --- a/usr.sbin/xntpd/parse/util/Makefile +++ b/usr.sbin/xntpd/parse/util/Makefile @@ -1,14 +1,14 @@ # -# $Id$ +# $Id: Makefile,v 1.2 1995/04/04 17:48:02 rgrimes Exp $ # CFLAGS+= -I${.CURDIR}/../../include CFLAGS+= -DNTP_POSIX_SOURCE -DUSE_PROTOTYPES CFLAGS+= -DSYS_FREEBSD -DBOEDER -DHAVE_TERMIOS -DHAVE_BSD_NICE -.if exists(${.CURDIR}/../../lib/obj) -LDADD+= -L${.CURDIR}/../../lib/obj -DPADD+= -L${.CURDIR}/../../lib/obj/libntp.a +.if exists(${.OBJDIR}/../../lib) +LDADD+= -L${.OBJDIR}/../../lib +DPADD+= -L${.OBJDIR}/../../lib/libntp.a .else LDADD+= -L${.CURDIR}/../../lib DPADD+= -L${.CURDIR}/../../lib/libntp.a |