diff options
Diffstat (limited to 'usr/src/lib/libpkg/Makefile')
-rw-r--r-- | usr/src/lib/libpkg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/libpkg/Makefile b/usr/src/lib/libpkg/Makefile index 391b02ac28..e616711396 100644 --- a/usr/src/lib/libpkg/Makefile +++ b/usr/src/lib/libpkg/Makefile @@ -23,19 +23,18 @@ # Use is subject to license terms. # -SUBDIRS = $(MACH) +SUBDIRS = $(MACH) all := TARGET = all install := TARGET = install clean := TARGET = clean clobber := TARGET = clobber _msg := TARGET = _msg -lint := TARGET = lint .KEEP_STATE: -all clean clobber install _msg lint: $(SUBDIRS) +all clean clobber install _msg: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) |