summaryrefslogtreecommitdiff
path: root/libc/pwd_grp/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-04 21:52:07 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-04 21:52:07 +0000
commitce576068ef16da367a441eda7047cb3b288b8ba1 (patch)
treef779763d00557294ec921ee21f5189e0ff706f05 /libc/pwd_grp/Makefile
parent1965c122639d751be81882b3793e3e48da3d2a32 (diff)
More sanity yet.
Diffstat (limited to 'libc/pwd_grp/Makefile')
-rw-r--r--libc/pwd_grp/Makefile4
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 \