freebsd-dev/usr.sbin/sicontrol/Makefile
Peter Wemm e184d9c43e Bring in first cut of the user-mode control program for the Specialix driver.
Note that this is pretty light at the moment.. It's been gutted to remove
references to older features no longer in the driver.
Curses-based port monitoring is intended for the future.. :-)
Obtained from: Andy Rutter, <andy@acronym.co.uk>
1995-08-13 15:24:23 +00:00

6 lines
76 B
Makefile

PROG= sicontrol
SRCS= sicontrol.c
MAN8= sicontrol.8
.include <bsd.prog.mk>