File: Makefile

package info (click to toggle)
sendmail 8.18.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,268 kB
  • sloc: ansic: 106,906; perl: 7,504; sh: 5,488; makefile: 888
file content (15 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	BSDI	$Id: Makefile,v 1.3 1995/01/07 05:34:35 donn Exp $

MAN8=	checksendmail.0

all checksendmail: ${MAN8}

clean depend tags:

install: maninstall
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${.CURDIR}/checksendmail.perl ${DESTDIR}${BINDIR}/checksendmail
	install -c -o ${BINOWN} -g ${BINGRP} -m 0444  \
		${.CURDIR}/address.resolve ${DESTDIR}/usr/contrib/lib/

.include <bsd.prog.mk>