summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-02 12:26:18 +0000
committermarkm <markm@FreeBSD.org>2001-12-02 12:26:18 +0000
commit1713f5e655d170628c97191eacac5663fb39d978 (patch)
treeff842953cae89f6bfa561e2572decf2ed59a08f7 /usr.bin/at/Makefile
parentdf573903aa0a7f705699fc186618360f65d63c9e (diff)
downloadFreeBSD-src-1713f5e655d170628c97191eacac5663fb39d978.zip
FreeBSD-src-1713f5e655d170628c97191eacac5663fb39d978.tar.gz
WARNS=2 fixup.
Diffstat (limited to 'usr.bin/at/Makefile')
-rw-r--r--usr.bin/at/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index f69aee3..1b44a4c 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -3,8 +3,8 @@
.include "${.CURDIR}/Makefile.inc"
PROG= at
-CFLAGS+=-Wall
SRCS= at.c panic.c parsetime.c perm.c
+WARNS?= 2
LINKS= ${BINDIR}/at ${BINDIR}/atq \
${BINDIR}/at ${BINDIR}/atrm \
${BINDIR}/at ${BINDIR}/batch
OpenPOWER on IntegriCloud