Add BINDIR=/usr/sbin for install, fails in other case

Remove -g from CFLAGS
This commit is contained in:
Andrey A. Chernov 1994-09-21 18:11:56 +00:00
parent caabd87d0a
commit 3724878728
1 changed files with 3 additions and 2 deletions

View File

@ -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>