From f44a7276d3cf560265311001ac02eda52b400662 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 21 Sep 1994 18:11:56 +0000 Subject: [PATCH] Add BINDIR=/usr/sbin for install, fails in other case Remove -g from CFLAGS --- usr.sbin/ctm/ctm/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ctm/ctm/Makefile b/usr.sbin/ctm/ctm/Makefile index 690636621f73..dff14eba8690 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