NetBSD/usr.bin/ul/Makefile

9 lines
167 B
Makefile
Raw Normal View History

1997-10-20 06:09:46 +04:00
# $NetBSD: Makefile,v 1.5 1997/10/20 02:09:46 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= ul
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
.include <bsd.prog.mk>