summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/Makefile
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>1998-12-06 07:42:09 +0000
committerarchie <archie@FreeBSD.org>1998-12-06 07:42:09 +0000
commit731caa6ae4f0e01f800f3ce1c13d6f9196a3cfee (patch)
tree1180c4e135db0f24837105039a99c473e6e75537 /usr.bin/at/Makefile
parent58d8b6ab3ea1df0891a1f1013674c37fd281bce5 (diff)
downloadFreeBSD-src-731caa6ae4f0e01f800f3ce1c13d6f9196a3cfee.zip
FreeBSD-src-731caa6ae4f0e01f800f3ce1c13d6f9196a3cfee.tar.gz
Eliminate compiler warnings from -Wall
Diffstat (limited to 'usr.bin/at/Makefile')
-rw-r--r--usr.bin/at/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index 55d78b9..393af83 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -1,8 +1,9 @@
-# $Id: Makefile,v 1.7 1998/06/09 04:07:08 imp Exp $
+# $Id: Makefile,v 1.8 1998/09/19 22:42:03 obrien Exp $
.include "${.CURDIR}/Makefile.inc"
PROG= at
+CFLAGS+=-Wall
SRCS= at.c panic.c parsetime.c perm.c
LINKS= ${BINDIR}/at ${BINDIR}/atq \
${BINDIR}/at ${BINDIR}/atrm \
OpenPOWER on IntegriCloud