diff options
author | 2002-02-16 01:49:38 +0000 | |
---|---|---|
committer | 2002-02-16 01:49:38 +0000 | |
commit | 40a75597937df93a89e67a3ee6838590ed66ef92 (patch) | |
tree | 1157f61883710026181d17ee4415c75f9ad9748a /lib/libcompat | |
parent | hidden magic is stupid (diff) | |
download | wireguard-openbsd-40a75597937df93a89e67a3ee6838590ed66ef92.tar.xz wireguard-openbsd-40a75597937df93a89e67a3ee6838590ed66ef92.zip |
getpw(3) goes; miod
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index 0608229e6f6..df8367187d1 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:08 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2002/02/16 01:49:38 deraadt Exp $ # $NetBSD: Makefile,v 1.15 1995/09/07 07:17:53 jtc Exp $ LIB= compat @@ -15,14 +15,14 @@ NOPIC= nopic ${.CURDIR}/regexp # compat 4.1 sources -# missing: getpw.c tell.c vlimit.c vtimes.c +# missing: tell.c vlimit.c vtimes.c SRCS= gtty.c ftime.c stty.c .if (${MACHINE} == "vax") # missing: (for vax) reset.s .endif -MAN+= ftime.3 getpw.3 stty.3 vlimit.3 vtimes.3 +MAN+= ftime.3 stty.3 vlimit.3 vtimes.3 MLINKS+=stty.3 gtty.3 |