diff options
Diffstat (limited to 'usr/src/cmd/vndadm/Makefile')
| -rw-r--r-- | usr/src/cmd/vndadm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/vndadm/Makefile b/usr/src/cmd/vndadm/Makefile index aa9c22d296..2b9ca6c3c1 100644 --- a/usr/src/cmd/vndadm/Makefile +++ b/usr/src/cmd/vndadm/Makefile @@ -10,7 +10,7 @@ # # -# Copyright (c) 2014 Joyent, Inc. All rights reserved. +# Copyright (c) 2018 Joyent, Inc. All rights reserved. # PROG= vndadm @@ -38,6 +38,8 @@ SUBDIRS = test .KEEP_STATE: +all: $(PROG) + $(PROG): $(OBJS) $(LINK.c) -o $@ $(OBJS) $(LDLIBS) $(POST_PROCESS) |
