mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 08:52:07 +01:00
7 lines
100 B
Makefile
7 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
install:
|
|
/usr/sbin/makemap hash /etc/mail/access < /etc/mail/access.txt
|
|
|
|
all: install
|