diff options
author | peter <peter@FreeBSD.org> | 1995-08-13 15:24:23 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-08-13 15:24:23 +0000 |
commit | c4886d9267638072b4dfb5e110acc78fca8893df (patch) | |
tree | cb803fb6ff1b42211c8d60df9e95e4c7fa481927 /usr.sbin/sicontrol/Makefile | |
parent | 4b822b1a06eadd0c093c8c845decf1e79f071ece (diff) | |
download | FreeBSD-src-c4886d9267638072b4dfb5e110acc78fca8893df.zip FreeBSD-src-c4886d9267638072b4dfb5e110acc78fca8893df.tar.gz |
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>
Diffstat (limited to 'usr.sbin/sicontrol/Makefile')
-rw-r--r-- | usr.sbin/sicontrol/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/sicontrol/Makefile b/usr.sbin/sicontrol/Makefile new file mode 100644 index 0000000..48dab58 --- /dev/null +++ b/usr.sbin/sicontrol/Makefile @@ -0,0 +1,5 @@ +PROG= sicontrol +SRCS= sicontrol.c +MAN8= sicontrol.8 + +.include <bsd.prog.mk> |