diff options
Diffstat (limited to 'usr.bin/at/Makefile')
| -rw-r--r-- | usr.bin/at/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile new file mode 100644 index 000000000000..d93e932640ad --- /dev/null +++ b/usr.bin/at/Makefile @@ -0,0 +1,15 @@ +# $Id: Makefile,v 1.1 1994/01/05 01:08:51 nate Exp $ + +PROG= at +SRCS= at.c panic.c parsetime.c +LINKS= ${BINDIR}/at ${BINDIR}/atq \ + ${BINDIR}/at ${BINDIR}/atrm \ + ${BINDIR}/at ${BINDIR}/batch +MLINKS= at.1 batch.1 \ + at.1 atq.1 \ + at.1 atrm.1 + +BINOWN= root +BINMODE= 4555 + +.include <bsd.prog.mk> |
