diff options
Diffstat (limited to 'usr.bin/at/Makefile')
-rw-r--r-- | usr.bin/at/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 393af83878757..55d78b9fbd126 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -1,9 +1,8 @@ -# $Id: Makefile,v 1.8 1998/09/19 22:42:03 obrien Exp $ +# $Id: Makefile,v 1.7 1998/06/09 04:07:08 imp 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 \ |