diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 10:27:05 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 10:27:05 +0000 |
| commit | b7946da96b4498519f66f3f5fe72d1474bf13f7d (patch) | |
| tree | 756926e3b5383e94680dcfd7df8fd002f56e1dd7 /usr.bin/vacation | |
| parent | 01cc221b4cb01158146875b6acbd412cbbef4a88 (diff) | |
Notes
Diffstat (limited to 'usr.bin/vacation')
| -rw-r--r-- | usr.bin/vacation/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index 63ba3abec817..056f5764fa01 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -9,6 +9,8 @@ CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I. CFLAGS+=-DNEWDB -DNOT_SENDMAIL CFLAGS+=-D_FFR_LISTDB -D_FFR_DEBUG +WARNS?= 2 + LIBSMDIR= ${.OBJDIR}/../../lib/libsm LIBSM= ${LIBSMDIR}/libsm.a |
