opnsense-src/share/tabset/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
324 B
Makefile
Raw Normal View History

1994-05-30 15:09:18 -04:00
# @(#)Makefile 8.1 (Berkeley) 6/8/93
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
CLEANFILES+= ${FILES}
.SUFFIXES: .uu
.uu:
uudecode < ${.IMPSRC}
1994-07-23 21:45:20 -04:00
FILESDIR= ${BINDIR}/tabset
1994-05-30 15:09:18 -04:00
.include <bsd.prog.mk>