summaryrefslogtreecommitdiff
path: root/usr/src/lib/librsc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/librsc/Makefile')
-rw-r--r--usr/src/lib/librsc/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/lib/librsc/Makefile b/usr/src/lib/librsc/Makefile
index 52b7a6ffec..4227a8ea71 100644
--- a/usr/src/lib/librsc/Makefile
+++ b/usr/src/lib/librsc/Makefile
@@ -23,21 +23,17 @@
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
-# lib/librsc/Makefile
-SUBDIRS= $(MACH)
+SUBDIRS= $(MACH)
all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
.KEEP_STATE:
-all clean clobber install lint : $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
$(MACH): FRC
@cd $@; pwd; $(MAKE) $(TARGET)