date and time created 92/10/17 13:31:40 by bostic
[unix-history] / usr / src / old / sysline / Makefile
# @(#)Makefile 5.8 (Berkeley) %G%
PROG= sysline
DPADD= ${LIBTERMCAP} ${LIBCURSES} ${LIBUTIL}
LDADD= -ltermcap -lcurses -lutil
BINGRP= kmem
BINMODE=2555
.include <bsd.prog.mk>