mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Submitted by: Bruce Evans <bde@kralizec.zeta.org.au>
Fixed the makefile.
This commit is contained in:
parent
7129790a6c
commit
627e55f2c5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1970
@ -3,17 +3,17 @@
|
||||
FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \
|
||||
stdcrt tandem653 teleray vt100 vt100-w wyse-adds xerox1720 xerox1730 \
|
||||
xerox1730-lm zenith29
|
||||
NOOBJ= noobj
|
||||
|
||||
all depend lint tags:
|
||||
depend lint tags:
|
||||
|
||||
clean cleandir:
|
||||
rm -f ${FILES}
|
||||
|
||||
all:
|
||||
for i in ${FILES} ; do uudecode < ${.CURDIR}/$$i.uu ; done
|
||||
|
||||
install:
|
||||
for i in ${FILES} ; do ; uudecode < $$i.uu ; done
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
||||
${DESTDIR}${BINDIR}/tabset
|
||||
rm -f ${FILES}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user