mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
10 lines
205 B
Makefile
10 lines
205 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 9/21/96
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/sendmail/praliases
|
|
|
|
PROG= praliases
|
|
MAN8= praliases.8
|
|
CFLAGS+=-I${.CURDIR}/../../contrib/sendmail/src -DNEWDB
|
|
|
|
.include <bsd.prog.mk>
|