Makefile
changeset 33 5e0a954f7c0b
parent 32 9b56360ec64e
child 39 46d7ec9d63bd
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,8 @@
 	function_pointers \
 	sort \
 	min2time \
-	recursive_compiler
+	recursive_compiler \
+	getpwnam_error
 
 .SUFFIXES: .c .cc .asm
 
@@ -240,6 +241,10 @@
 	@echo Linking $< ...
 	@$(CC) -o $@ $<
 
+getpwnam_error: getpwnam_error.o
+	@echo Linking $< ...
+	@$(CC) -o $@ $<
+
 .PHONY: clean uninstall
 
 clean: