summaryrefslogtreecommitdiff
path: root/share/smtpd/Makefile
blob: 9464f4c036ba07f7d2bd73781e89d48c2f166438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#	$Id: Makefile,v 1.1 1998/02/07 21:05:50 beck Exp $
#
FILES=	example.* 
NOOBJ=	noobj

all clean cleandir depend lint tags:

install:
	install -d ${DESTDIR}${BINDIR}/smtpd
	install -c -m 0444 ${FILES} ${DESTDIR}${BINDIR}/smtpd

.include <bsd.prog.mk>