NetBSD/usr.bin/at/Makefile
lukem c1ceae17f0 Enable WARNS=4 by default for usr.bin, except for:
awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit
	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds
	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh
	string2key  telnet  tn3270  verify_krb5_conf  xlint
2009-04-14 22:15:16 +00:00

21 lines
385 B
Makefile

# $NetBSD: Makefile,v 1.11 2009/04/14 22:15:17 lukem Exp $
USE_FORT?= yes # setuid
PROG= at
SRCS= at.c panic.c parsetime.c perm.c stime.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
DPADD+= ${LIBUTIL}
LDADD+= -lutil
.include <bsd.prog.mk>