summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-09-21 18:11:56 +0000
committerache <ache@FreeBSD.org>1994-09-21 18:11:56 +0000
commit82651822bc230361c929a5a06142eeb38dbfb98f (patch)
tree25563ab21ff4618305d7d4325db5f4a853eab7f5 /usr.sbin
parent5d04033c566e15e9913be1f6e7ebf192b3969935 (diff)
downloadFreeBSD-src-82651822bc230361c929a5a06142eeb38dbfb98f.zip
FreeBSD-src-82651822bc230361c929a5a06142eeb38dbfb98f.tar.gz
Add BINDIR=/usr/sbin for install, fails in other case
Remove -g from CFLAGS
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ctm/ctm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ctm/ctm/Makefile b/usr.sbin/ctm/ctm/Makefile
index 6906366..dff14eb 100644
--- a/usr.sbin/ctm/ctm/Makefile
+++ b/usr.sbin/ctm/ctm/Makefile
@@ -6,7 +6,7 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
-# $Id$
+# $Id: Makefile,v 1.3 1994/09/21 04:38:26 phk Exp $
#
PROG= ctm
@@ -15,5 +15,6 @@ SRCS= ctm.c ctm_input.c ctm_pass1.c ctm_pass2.c ctm_pass3.c \
ctm_syntax.c ctm_ed.c
LDADD+= -lmd
NOMAN= 1
-CFLAGS+= -Wall -g
+CFLAGS+= -Wall
+BINDIR= /usr/sbin
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud