Add BINDIR=/usr/sbin for install, fails in other case
Remove -g from CFLAGS
This commit is contained in:
parent
3fbe6c9438
commit
f44a7276d3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user