summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-20 11:18:57 +0000
committerbde <bde@FreeBSD.org>1998-02-20 11:18:57 +0000
commit3912a8fcc17932e6dcfdae374861b46ad0b5f492 (patch)
tree20b3228415e8298efaea8c6f15c61390c0c5f7b2 /usr.bin
parent7bfcc9edbb83d81ef240433f6608eb65b79c243f (diff)
downloadFreeBSD-src-3912a8fcc17932e6dcfdae374861b46ad0b5f492.zip
FreeBSD-src-3912a8fcc17932e6dcfdae374861b46ad0b5f492.tar.gz
Don't create an unused obj directory.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/global/systags/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/global/systags/Makefile b/usr.bin/global/systags/Makefile
index 427a743..c2b06a1 100644
--- a/usr.bin/global/systags/Makefile
+++ b/usr.bin/global/systags/Makefile
@@ -1,8 +1,10 @@
-# $Id: Makefile,v 1.3 1997/12/15 02:28:24 skynyrd Exp $
+# $Id: Makefile,v 1.3 1997/12/15 23:34:57 cwt Exp $
GLOBAL_DIR= ${.CURDIR}/../../../contrib/global
.PATH: ${GLOBAL_DIR}/systags
+NOOBJ=
+
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${GLOBAL_DIR}/systags/systags.sh ${DESTDIR}${BINDIR}/systags
OpenPOWER on IntegriCloud