diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-15 10:14:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-15 10:14:10 +0000 |
commit | 3cf731bf40f153a73373798085d1f45a80b972d6 (patch) | |
tree | 76f30092b307b7c9618d65e57fbe909c42715145 /libc/pwd_grp/Makefile | |
parent | bd67eb44f96e730b2639bc1ec16387a007fbe7ba (diff) |
Cleanup some cruft
Diffstat (limited to 'libc/pwd_grp/Makefile')
-rw-r--r-- | libc/pwd_grp/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/pwd_grp/Makefile b/libc/pwd_grp/Makefile index 18acebf17..8835d665a 100644 --- a/libc/pwd_grp/Makefile +++ b/libc/pwd_grp/Makefile @@ -63,8 +63,5 @@ $(COBJ): %.o : %.c $(OBJ): Makefile -__getgrent_r.c: config.h -initgroups.c: config.h - clean: $(RM) *.[oa] *~ core |