diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-11 03:25:18 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-11 03:25:18 +0000 |
commit | 8db8a379747ee056c46b16e020c29c8a5829e357 (patch) | |
tree | 81e2825ca363e3b400b85481997e69efb5f8e1c6 /share/man/man8/Makefile | |
parent | 53c5905b071647ba7a61fb1493f9458f0cc258d9 (diff) |
Kernel-implementation of update(8) my me
Diffstat (limited to 'share/man/man8/Makefile')
-rw-r--r-- | share/man/man8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index 32cd2146d74..46d9febc758 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 1996/04/22 01:28:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1996/06/11 03:25:11 tholo Exp $ # $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 MAN= adduser.8 compat_linux.8 compat_sunos.8 diskless.8 intro.8 rc.8 \ - sticky.8 yp.8 + sticky.8 update.8 yp.8 SUBDIR= man8.amiga man8.arm32 man8.atari man8.hp300 man8.i386 man8.mac68k \ man8.sparc man8.sun3 man8.tahoe man8.vax |