NetBSD/usr.sbin/mailwrapper/Makefile
lukem d348d3d723 tweaks for fparseln(3) move from libutil to libc:
- remove #include <util.h> if nothing else needed it
- remove LDFLAGS+=-lutil if nothing else needed it
2002-11-30 03:10:53 +00:00

13 lines
364 B
Makefile

# $NetBSD: Makefile,v 1.6 2002/11/30 03:10:57 lukem Exp $
PROG= mailwrapper
MAN= mailwrapper.8 mailer.conf.5
SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail \
/usr/sbin/mailwrapper /usr/bin/newaliases \
/usr/sbin/mailwrapper /usr/bin/mailq \
/usr/sbin/mailwrapper /usr/bin/hoststat \
/usr/sbin/mailwrapper /usr/bin/purgestat
.include <bsd.prog.mk>