diff options
Diffstat (limited to 'sbin/mknod')
-rw-r--r-- | sbin/mknod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mknod/Makefile b/sbin/mknod/Makefile index f19c4f7..350bb42 100644 --- a/sbin/mknod/Makefile +++ b/sbin/mknod/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 +# $FreeBSD$ PROG= mknod -MAN8= mknod.8 .include <bsd.prog.mk> |