diff options
author | obrien <obrien@FreeBSD.org> | 2001-07-20 04:23:13 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-07-20 04:23:13 +0000 |
commit | be022bb715b9d24bfff5583de1df5d295f03509c (patch) | |
tree | dfa391290c3033d362c2aad5d7da97a60f513a3b /usr.sbin/apmd | |
parent | a9a7a5e9d63f8a71f1d3dfe0e1ed1a28ab589215 (diff) | |
download | FreeBSD-src-be022bb715b9d24bfff5583de1df5d295f03509c.zip FreeBSD-src-be022bb715b9d24bfff5583de1df5d295f03509c.tar.gz |
Remove GCC'isms in CFLAGS.
Diffstat (limited to 'usr.sbin/apmd')
-rw-r--r-- | usr.sbin/apmd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile index 2d1327c..8ffe016 100644 --- a/usr.sbin/apmd/Makefile +++ b/usr.sbin/apmd/Makefile @@ -9,7 +9,7 @@ LDADD= -ll MAN= apmd.8 YFLAGS+=-v -CFLAGS+=-I. -I${.CURDIR} -Wall #-DYY_STACK_USED +CFLAGS+=-I. -I${.CURDIR} #-DYY_STACK_USED # for debug: #CFLAGS+= -g -DDEBUG |