diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-02 20:00:55 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-02 20:00:55 +0000 |
commit | 1608a14b6b98881bf5cde26bcd90d969e588c13a (patch) | |
tree | 934dbaa1b89e5e87d561c58aa86cca0f74d21fff /share/man/man8/Makefile | |
parent | ed2bbce1e545efa16f2e67e1471c48fc36424c8b (diff) |
remove userland bits of compat_sunos
Diffstat (limited to 'share/man/man8/Makefile')
-rw-r--r-- | share/man/man8/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 4c4cf0ac79a..4a878f7c296 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.71 2010/07/01 17:26:52 tedu Exp $ +# $OpenBSD: Makefile,v 1.72 2010/07/02 20:00:54 tedu Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 MAN= afterboot.8 boot_config.8 compat_aout.8 compat_bsdos.8 \ - compat_freebsd.8 \ - compat_linux.8 compat_sunos.8 \ + compat_freebsd.8 compat_linux.8 \ compat_svr4.8 crash.8 daily.8 dhcp.8 \ diskless.8 genassym.sh.8 intro.8 netstart.8 rc.8 \ rc.conf.8 rc.shutdown.8 release.8 security.8 ssl.8 \ |