mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
805f53212b
PR: ports/110731 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: miwi (mentor)
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
Index: atc/Makefile
|
|
@@ -2,7 +2,7 @@
|
|
# $FreeBSD$
|
|
|
|
PROG= atc
|
|
-CFLAGS+=-DBSD -I${.CURDIR} -I.
|
|
+CFLAGS+=-DPOSIX -I${.CURDIR} -I.
|
|
SRCS= extern.c grammar.y graphics.c input.c lex.l list.c log.c \
|
|
main.c tunable.c update.c y.tab.h
|
|
MAN= atc.6
|