summaryrefslogtreecommitdiff
path: root/share/smtpd/Makefile
blob: 84f0ec6a3327eed3fcfb6ef1208e835208338af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.2 2000/03/02 14:46:52 todd 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>