freebsd-src/etc/defaults/Makefile
Bruce Evans f52150f696 Added this makefile. This is not attached to the build yet. I often
install parts of /etc manually and it helps to have a makefile for
each subdir even if the main makefile doesn't invoke it.
2002-01-30 09:27:03 +00:00

9 lines
130 B
Makefile

# $FreeBSD$
FILES= pccard.conf periodic.conf rc.conf
NOOBJ= noobj
FILESDIR= /etc/defaults
FILESMODE= 644
.include <bsd.prog.mk>