blob: ef143d2413d2c6ec34a257c79af3332866d7232f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.1.1.1 2000/02/08 13:45:38 tron Exp $
# install these sources in /usr/share/sendmail/hack
DIST= ${.CURDIR}/../../../../dist
.PATH: ${DIST}/sendmail/cf/hack
FILESDIR= /usr/share/sendmail/hack
FILES= cssubdomain.m4
all:
.include <bsd.own.mk>
.include <bsd.files.mk>
|