1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Honor ${CFLAGS} setting.

This commit is contained in:
Satoshi Asami 1997-05-19 09:37:35 +00:00
parent 1cb0786a26
commit 51187e8363
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6485

View File

@ -30,7 +30,7 @@
! ${CC} -o aftp $(OBJS)
.c.o:
! ${CC} -c $<
! ${CC} -c ${CFLAGS} $<
!
! install: all
! ${INSTALL_BIN} aftp ${PREFIX}/bin/