diff options
Diffstat (limited to 'usr/src/lib/mpapi/libmpapi/Makefile')
-rw-r--r-- | usr/src/lib/mpapi/libmpapi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/mpapi/libmpapi/Makefile b/usr/src/lib/mpapi/libmpapi/Makefile index ebad6d797d..1e8d9c5bb4 100644 --- a/usr/src/lib/mpapi/libmpapi/Makefile +++ b/usr/src/lib/mpapi/libmpapi/Makefile @@ -32,14 +32,13 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint HDRS = mpapi.h mpapi-sun.h HDRDIR = common .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) install_h: $(ROOTHDRS) |