diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-12 15:30:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-12 15:30:49 +0000 |
commit | af1112c8d97830aa66715239e8d4f94811398ac6 (patch) | |
tree | 9bec85b094cc21920136c676462f2b98d06d9a92 /libc/pwd_grp/Makefile | |
parent | 61885f3c4185f3aea2bd3b98f954935d221458e7 (diff) |
Makefile update
Diffstat (limited to 'libc/pwd_grp/Makefile')
-rw-r--r-- | libc/pwd_grp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/pwd_grp/Makefile b/libc/pwd_grp/Makefile index c4875c208..b6ee4df8a 100644 --- a/libc/pwd_grp/Makefile +++ b/libc/pwd_grp/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. TOPDIR=../ -include $(TOPDIR)Rules.make +include $(TOPDIR)Rules.mak LIBC=$(TOPDIR)libc.a CSRC=__getpwent.c pwent.c getpwnam.c getpwuid.c putpwent.c getpw.c fgetpwent.c \ |