diff options
Diffstat (limited to 'usr/src/lib/udapl/libdat/Makefile')
-rw-r--r-- | usr/src/lib/udapl/libdat/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/lib/udapl/libdat/Makefile b/usr/src/lib/udapl/libdat/Makefile index 6c5caac2a0..ae285cf4a9 100644 --- a/usr/src/lib/udapl/libdat/Makefile +++ b/usr/src/lib/udapl/libdat/Makefile @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../../Makefile.lib @@ -42,19 +40,18 @@ HDRS = \ HDRDIR = include/dat ROOTHDRDIR = $(ROOT)/usr/include/dat -ROOTETC = $(ROOT)/etc +ROOTETC = $(ROOT)/etc ROOTETCDAT = $(ROOTETC)/dat ETCDATFILES = dat.conf ROOTETCDATFILES = $(ETCDATFILES:%=$(ROOTETCDAT)/%) -SUBDIRS = $(MACH) +SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) all := TARGET= all install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint debug := TARGET= debug .KEEP_STATE: @@ -63,7 +60,7 @@ all debug install: $(ROOTETCDATFILES) .WAIT $(SUBDIRS) $(ROOTETCDATFILES): $(ROOTETCDAT) -clean clobber lint: $(SUBDIRS) +clean clobber: $(SUBDIRS) install_h: $(ROOTHDRDIR) .WAIT $(ROOTHDRS) |