mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
6 lines
100 B
Makefile
6 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
install:
|
|
/usr/sbin/makemap hash /etc/mail/access < /etc/mail/access.txt
|
|
|
|
all: install
|