diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ CONFIGFILE = config.mk include $(CONFIGFILE) BIN = getpgrp setpgrp -OBJ = $(@:=.o) -MAN = $(@:=.1) +OBJ = $(BIN:=.o) +MAN = $(BIN:=.1) HDR = arg.h |
index : setpgrp | ||
[Complete] Commands providing access to the setpgrp and getpgrp system calls | Mattias Andrée <m@maandree.se> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 4 |
@@ -4,8 +4,8 @@ CONFIGFILE = config.mk include $(CONFIGFILE) BIN = getpgrp setpgrp -OBJ = $(@:=.o) -MAN = $(@:=.1) +OBJ = $(BIN:=.o) +MAN = $(BIN:=.1) HDR = arg.h |