diff options
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> |