diff options
author | Jason King <jason.king@joyent.com> | 2018-03-16 14:01:25 -0500 |
---|---|---|
committer | Jason King <jason.king@joyent.com> | 2018-04-30 10:02:17 -0500 |
commit | a0894b052b3105351973bb92ff6ea94e82868296 (patch) | |
tree | 3d40178332e1213fe9fe3ba0722602d56a4ff4a6 | |
parent | 66c901cbd443b11122d6c3b84de5ccb16e76efeb (diff) | |
download | illumos-joyent-OS-6890.tar.gz |
OS-6890 .WAIT doesn't work as an actual target in varpdOS-6890
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Mike Gerdts <mike.gerdts@joyent.com>
-rw-r--r-- | usr/src/lib/varpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/varpd/Makefile b/usr/src/lib/varpd/Makefile index daa849572e..a0e4537ab9 100644 --- a/usr/src/lib/varpd/Makefile +++ b/usr/src/lib/varpd/Makefile @@ -10,10 +10,10 @@ # # -# Copyright 2015 Joyent, Inc. +# Copyright 2018 Joyent, Inc. # -SUBDIRS = libvarpd .WAIT direct files svp +SUBDIRS = libvarpd direct files svp all := TARGET = all clean := TARGET = clean @@ -26,6 +26,7 @@ lint := TARGET = lint .KEEP_STATE: all clean clobber install install_h check lint: $(SUBDIRS) +direct files svp: libvarpd $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) |