mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
This makes pkgbase easier by tagging these as CONFS so they are properly tagged as config files. Approved by: will (mentor) Sponsored by: Essen Hackathon Differential Revision: https://reviews.freebsd.org/D16553
6 lines
128 B
Makefile
6 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
CONFMODE= 755
|
|
CONFDIR= ETC_PERIODIC_${.CURDIR:T:U}
|
|
ETC_PERIODIC_${.CURDIR:T:U}= /etc/periodic/${.CURDIR:T}
|
|
NO_OBJ=
|