diff options
Diffstat (limited to 'usr.bin/global')
-rw-r--r-- | usr.bin/global/systags/Makefile | 4 |
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 |