summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sup
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
committerjkh <jkh@FreeBSD.org>1996-06-24 04:26:21 +0000
commit8eb37231d4405088a481324c2ec41ac851e8d8f7 (patch)
treedc80da53186aab7c56424c2574b0cd7928930721 /usr.sbin/sup
parent3acbd3cce674dab9a0afdee1f6e50196f4585ffa (diff)
downloadFreeBSD-src-8eb37231d4405088a481324c2ec41ac851e8d8f7.zip
FreeBSD-src-8eb37231d4405088a481324c2ec41ac851e8d8f7.tar.gz
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.
Diffstat (limited to 'usr.sbin/sup')
-rw-r--r--usr.sbin/sup/sup/Makefile6
-rw-r--r--usr.sbin/sup/supfilesrv/Makefile6
-rw-r--r--usr.sbin/sup/supscan/Makefile6
3 files changed, 9 insertions, 9 deletions
diff --git a/usr.sbin/sup/sup/Makefile b/usr.sbin/sup/sup/Makefile
index 5b53b91..7deb8d2 100644
--- a/usr.sbin/sup/sup/Makefile
+++ b/usr.sbin/sup/sup/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/12/26 22:33:03 peter Exp $
+# $Id: Makefile,v 1.3 1995/12/26 22:39:27 peter Exp $
PROG= sup
SRCS= supcmain.c supcvers.c supcparse.c supcname.c supcmisc.c supcmeat.c
@@ -7,8 +7,8 @@ LIBSRC= ${.CURDIR}/../lib
COPTS+= -DVAR_TMP -DHAS_DAEMON -I${.CURDIR} -I${LIBSRC}
COPTS+= -DRENAMELOG=\"/var/log/sup.rename\"
-.if exists(${LIBSRC}/obj/.)
-LIBOBJ= ${LIBSRC}/obj
+.if exists(${.OBJDIR}/../lib)
+LIBOBJ= ${.OBJDIR}/../lib
.else
LIBOBJ= ${LIBSRC}
.endif
diff --git a/usr.sbin/sup/supfilesrv/Makefile b/usr.sbin/sup/supfilesrv/Makefile
index 53fff45..c2a1c88 100644
--- a/usr.sbin/sup/supfilesrv/Makefile
+++ b/usr.sbin/sup/supfilesrv/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1996/02/06 19:03:56 pst Exp $
+# $Id: Makefile,v 1.3 1996/02/06 19:04:41 pst Exp $
PROG= supfilesrv
SRCS= supfilesrv.c
@@ -9,8 +9,8 @@ LIBSRC= ${.CURDIR}/../lib
COPTS+= -DVAR_TMP -DHAS_DAEMON -I${.CURDIR} -I${LIBSRC}
COPTS+= -DRENAMELOG=\"/var/log/sup.rename\"
-.if exists(${LIBSRC}/obj/.)
-LIBOBJ= ${LIBSRC}/obj
+.if exists(${.OBJDIR}/../lib)
+LIBOBJ= ${.OBJDIR}/../lib
.else
LIBOBJ= ${LIBSRC}
.endif
diff --git a/usr.sbin/sup/supscan/Makefile b/usr.sbin/sup/supscan/Makefile
index 7268d71..f96d732 100644
--- a/usr.sbin/sup/supscan/Makefile
+++ b/usr.sbin/sup/supscan/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1995/12/26 05:15:20 peter Exp $
PROG= supscan
SRCS= supscan.c
@@ -8,8 +8,8 @@ LIBSRC= ${.CURDIR}/../lib
COPTS+= -DVAR_TMP -DHAS_DAEMON -I${.CURDIR} -I${LIBSRC}
COPTS+= -DRENAMELOG=\"/var/log/sup.rename\"
-.if exists(${LIBSRC}/obj/.)
-LIBOBJ= ${LIBSRC}/obj
+.if exists(${.OBJDIR}/../lib)
+LIBOBJ= ${.OBJDIR}/../lib
.else
LIBOBJ= ${LIBSRC}
.endif
OpenPOWER on IntegriCloud