diff options
Diffstat (limited to 'sbin/mknod/Makefile')
-rw-r--r-- | sbin/mknod/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile new file mode 100644 index 0000000..272753f --- /dev/null +++ b/sbin/mknod/Makefile @@ -0,0 +1,6 @@ +# @(#)Makefile 8.1 (Berkeley) 6/5/93 + +PROG= mknod +MAN8= mknod.0 + +.include <bsd.prog.mk> |