diff options
Diffstat (limited to 'usr.bin/at/Makefile')
-rw-r--r-- | usr.bin/at/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 1b44a4c..47d2574 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -4,7 +4,6 @@ PROG= at SRCS= at.c panic.c parsetime.c perm.c -WARNS?= 2 LINKS= ${BINDIR}/at ${BINDIR}/atq \ ${BINDIR}/at ${BINDIR}/atrm \ ${BINDIR}/at ${BINDIR}/batch |