Makefile (74c824b081490de6ca8483ed0b0e359c2f2bdd60) | Makefile (84f33dea627930e57209583fc83ffb3202babc0a) |
---|---|
1# $FreeBSD$ 2 | |
3LIB= cron | 1LIB= cron |
4INTERNALLIB= 5SRCS= entry.c env.c misc.c | |
6 | 2 |
7WARNS?= 3 8 | 3SRCS= entry.c env.c misc.c |
9CFLAGS+= -I${.CURDIR}/../cron | 4CFLAGS+= -I${.CURDIR}/../cron |
10CFLAGS+= -DLOGIN_CAP -DPAM | 5NOSHARED= yes 6NOPROFILE= yes |
11 12.include <bsd.lib.mk> | 7 8.include <bsd.lib.mk> |