diff options
Diffstat (limited to 'usr/src/Makefile')
| -rw-r--r-- | usr/src/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/Makefile b/usr/src/Makefile index 8b693a0..fe8f8e1 100644 --- a/usr/src/Makefile +++ b/usr/src/Makefile @@ -118,6 +118,7 @@ clean: $(SUBDIRS) head pkg clobber: $(SUBDIRS) head pkg clobber_local clobber_local: @cd tools; pwd; $(MAKE) clobber + @cd common/libdrm; pwd; $(MAKE) clobber @cd common/mapfiles/common; pwd; $(MAKE) clobber # @cd msg; pwd; $(MAKE) clobber @@ -153,6 +154,7 @@ $(ROOTDIRS) $(MSGDIRS): userheaders: FRC @cd head; pwd; $(MAKE) install_h + @cd common/libdrm; pwd; $(MAKE) install_h libheaders: bldtools @cd lib; pwd; $(MAKE) install_h |
