diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-05-30 19:09:18 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-05-30 19:09:18 +0000 |
commit | b0d61785cae024b1f44119446a940ee14c9ac959 (patch) | |
tree | 5a495a583b002ae9e57f09848ae697160708c220 /share/man/man5/Makefile | |
parent | d43599f73ba5858e573c7ad8b284f6a0808c5c93 (diff) | |
download | FreeBSD-src-b0d61785cae024b1f44119446a940ee14c9ac959.zip FreeBSD-src-b0d61785cae024b1f44119446a940ee14c9ac959.tar.gz |
BSD 4.4 Lite Share Sources
Diffstat (limited to 'share/man/man5/Makefile')
-rw-r--r-- | share/man/man5/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile new file mode 100644 index 0000000..78bf304 --- /dev/null +++ b/share/man/man5/Makefile @@ -0,0 +1,18 @@ +# @(#)Makefile 8.1 (Berkeley) 6/5/93 + +MAN5= a.out.0 acct.0 core.0 dir.0 disktab.0 dump.0 fs.0 fstab.0 \ + group.0 hosts.0 networks.0 passwd.0 phones.0 plot.0 printcap.0 \ + protocols.0 remote.0 resolver.0 services.0 shells.0 stab.0 types.0 \ + utmp.0 +MLINKS= fs.5 inode.5 dump.5 dumpdates.5 utmp.5 wtmp.5 + +all: ${MAN5} + +clean depend lint tags: + +cleandir: + rm -f ${MAN5} + +install: maninstall + +.include <bsd.prog.mk> |