diff options
Diffstat (limited to 'usr/src/ucbcmd/shutdown/Makefile')
| -rw-r--r-- | usr/src/ucbcmd/shutdown/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/ucbcmd/shutdown/Makefile b/usr/src/ucbcmd/shutdown/Makefile index b170ea6df8..56a070b65e 100644 --- a/usr/src/ucbcmd/shutdown/Makefile +++ b/usr/src/ucbcmd/shutdown/Makefile @@ -45,7 +45,7 @@ XGETFLAGS += -a -x shutdown.xcl .KEEP_STATE: -all: $(PROG) +all: $(PROG) $(PROG): $(PROGOBJS) $(LINK.c) $(PROGOBJS) -o $@ $(LDLIBS) @@ -56,6 +56,4 @@ install: all $(ROOTPROG) clean: $(RM) $(PROGOBJS) -lint: lint_PROG - include ../Makefile.ucbtarg |
