diff options
Diffstat (limited to 'sbin/mount_procfs/Makefile')
| -rw-r--r-- | sbin/mount_procfs/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/mount_procfs/Makefile b/sbin/mount_procfs/Makefile new file mode 100644 index 000000000000..52e3d4f4476f --- /dev/null +++ b/sbin/mount_procfs/Makefile @@ -0,0 +1,8 @@ +# +# $Id: Makefile,v 1.1 1993/12/12 12:47:13 davidg Exp $ +# + +PROG = mount_procfs +MAN8 = mount_procfs.8 + +.include <bsd.prog.mk> |
