HardenedBSD/usr.bin/ul/Makefile

8 lines
109 B
Makefile
Raw Normal View History

1994-05-27 14:33:43 +02:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= ul
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
.include <bsd.prog.mk>