Fixed a typo in the ktrace man page. Added a check for a signal SIGSYS
[unix-history] / usr.bin / ul / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.3 (Berkeley) 5/11/90
2
3PROG= ul
4DPADD= ${LIBTERMCAP}
5LDADD= -ltermcap
6
7.include <bsd.prog.mk>