diff options
Diffstat (limited to 'pwd')
-rw-r--r-- | pwd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pwd/Makefile b/pwd/Makefile index a19ddb5..e063686 100644 --- a/pwd/Makefile +++ b/pwd/Makefile @@ -19,6 +19,9 @@ # Sub-makefile for pwd portion of the library. # subdir := pwd + +include ../Makeconfig + headers := pwd.h routines := fgetpwent getpw putpwent \ |