diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-05-26 06:35:07 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-05-26 06:35:07 +0000 |
commit | cfcc93eec947df1e540a41375912a5fa84ce75c3 (patch) | |
tree | 8575a324f257e2c8533986c80d3418e337a3ff68 /sbin/mount_ifs/Makefile | |
parent | f185bf7f09d364269a9c6dcee37a105241cf240f (diff) | |
download | FreeBSD-src-cfcc93eec947df1e540a41375912a5fa84ce75c3.zip FreeBSD-src-cfcc93eec947df1e540a41375912a5fa84ce75c3.tar.gz |
BSD 4.4 Lite sbin Sources
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
Diffstat (limited to 'sbin/mount_ifs/Makefile')
-rw-r--r-- | sbin/mount_ifs/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sbin/mount_ifs/Makefile b/sbin/mount_ifs/Makefile new file mode 100644 index 0000000..b3efd4e --- /dev/null +++ b/sbin/mount_ifs/Makefile @@ -0,0 +1,8 @@ +# @(#)Makefile 8.5 (Berkeley) 3/27/94 + +PROG= mount +SRCS= mount.c mount_ufs.c getmntopts.c +MAN8= mount.0 +# We do NOT install the getmntopts.3 man page. + +.include <bsd.prog.mk> |