diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-04 21:52:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-04 21:52:07 +0000 |
commit | ce576068ef16da367a441eda7047cb3b288b8ba1 (patch) | |
tree | f779763d00557294ec921ee21f5189e0ff706f05 /libc | |
parent | 1965c122639d751be81882b3793e3e48da3d2a32 (diff) |
More sanity yet.
Diffstat (limited to 'libc')
-rw-r--r-- | libc/pwd_grp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/pwd_grp/Makefile b/libc/pwd_grp/Makefile index c05933f3d..efcb9c502 100644 --- a/libc/pwd_grp/Makefile +++ b/libc/pwd_grp/Makefile @@ -5,9 +5,7 @@ TOPDIR=../ include $(TOPDIR)Rules.make -LIBC=../libc.a - -#__getgrent.c grent.c getgrnam.c getgrgid.c fgetgrent.c initgroups.c: config-grp.h +LIBC=$(TOPDIR)libc.a OBJ=__getpwent.o pwent.o getpwnam.o getpwuid.o putpwent.o getpw.o fgetpwent.o \ __getgrent.o grent.o getgrnam.o getgrgid.o fgetgrent.o initgroups.o \ |