summaryrefslogtreecommitdiff
path: root/usr/src/cmd/rcap/Makefile.com
diff options
context:
space:
mode:
authortn143363 <none@none>2007-04-26 16:29:15 -0700
committertn143363 <none@none>2007-04-26 16:29:15 -0700
commitd75e6a5d480f559280524b60d52730c76a25524f (patch)
treef17196e0896dc0a5380c51e1113b101979099198 /usr/src/cmd/rcap/Makefile.com
parenta4cf92b0c076597618d61b4c5badca6e773abae7 (diff)
downloadillumos-joyent-d75e6a5d480f559280524b60d52730c76a25524f.tar.gz
6444783 config parameters in private rcap.conf should be moved to the repository
--HG-- rename : usr/src/cmd/rcap/common/rcapd_conf.l => usr/src/cmd/rcap/common/rcapd_conf.c
Diffstat (limited to 'usr/src/cmd/rcap/Makefile.com')
-rw-r--r--usr/src/cmd/rcap/Makefile.com27
1 files changed, 3 insertions, 24 deletions
diff --git a/usr/src/cmd/rcap/Makefile.com b/usr/src/cmd/rcap/Makefile.com
index deb938a28e..c39ee2a6fd 100644
--- a/usr/src/cmd/rcap/Makefile.com
+++ b/usr/src/cmd/rcap/Makefile.com
@@ -2,9 +2,8 @@
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License"). You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
@@ -20,7 +19,7 @@
# CDDL HEADER END
#
#
-# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
@@ -31,26 +30,6 @@
# COMMON_DIR.
#
-LFLAGS= -t -v
-YFLAGS= -d -v
-
-rcapd_conf.o := CFLAGS += -erroff=E_STATEMENT_NOT_REACHED
-rcapd_conf.o := CFLAGS64 += -erroff=E_STATEMENT_NOT_REACHED
-
-rcapd_conf.c: $(COMMON_DIR)/rcapd_conf.l
- $(RM) rcapd_conf.c
- $(LEX) $(LFLAGS) $(COMMON_DIR)/rcapd_conf.l > $@
-
-rcapd_conf.o: rcapd_conf.c
-
-#
-# Switching the order of these would have the undesired effect of having
-# the .c.l rule be used to build $(COMMON_DIR)/rcapd_conf.c from
-# $(COMMON_DIR)/rcapd_conf.l, instead of building ./rcapd_conf.c.
-#
-%.o: %.c
- $(COMPILE.c) $<
-
%.o: $(COMMON_DIR)/%.c
$(COMPILE.c) $<
%.po: $(COMMON_DIR)/%.c