summaryrefslogtreecommitdiff
path: root/usr/src/lib/libnsl/Makefile
diff options
context:
space:
mode:
authorth160488 <none@none>2005-07-29 03:16:36 -0700
committerth160488 <none@none>2005-07-29 03:16:36 -0700
commit33ec2264ad9e84c33a48d8d820b4c2a5d441cafa (patch)
tree809f1fac89770facf8900b0d9779bb68293131e4 /usr/src/lib/libnsl/Makefile
parent1d55d8fb7be97eea9caeb9839bbad1210f7d109a (diff)
downloadillumos-joyent-33ec2264ad9e84c33a48d8d820b4c2a5d441cafa.tar.gz
1162710 Old structures (TXTS) in Makefile
Diffstat (limited to 'usr/src/lib/libnsl/Makefile')
-rw-r--r--usr/src/lib/libnsl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/libnsl/Makefile b/usr/src/lib/libnsl/Makefile
index 7701ff15bf..8dc052919b 100644
--- a/usr/src/lib/libnsl/Makefile
+++ b/usr/src/lib/libnsl/Makefile
@@ -72,8 +72,6 @@ CLEANFILES += $(DERIVED_FILES)
# include library definitions
include ../Makefile.lib
-TXTS += dial/uucp.h dial/parms.h dial/sysfiles.h
-
SED= sed
CP= cp
GREP= grep
@@ -95,13 +93,11 @@ package := TARGET= package
.KEEP_STATE:
-all: $(PROTOCOL_DIR) $(DERIVED_FILES) txts .WAIT $(SUBDIRS)
+all: $(PROTOCOL_DIR) $(DERIVED_FILES) .WAIT $(SUBDIRS)
headers: $(PROTOCOL_DIR) .WAIT $(PROTOCOL_FILES) $(PROTOCOL_FILES_UTS) \
$(DERIVED_FILES)
-txts: $(TXTS)
-
install: all $(SUBDIRS)
clean clobber delete lint package: $(SUBDIRS)