Revision 1e37e02d528f1ca21bf460e44d04b693685d4af3 authored by Murray Stokely on 03 April 2003, 04:38:14 UTC, committed by Murray Stokely on 03 April 2003, 04:38:14 UTC
associated module so the removal goes here, rather than in
drivers.conf(5).

Submitted by:	bmah
Approved by:	re@ cabal
1 parent 24cb3a1
Raw File
Makefile
# $FreeBSD$

FILES=	100.clean-disks \
	110.clean-tmps \
	120.clean-preserve \
	130.clean-msgs \
	140.clean-rwho \
	150.clean-hoststat \
	200.backup-passwd \
	210.backup-aliases \
	220.backup-distfile \
	300.calendar \
	310.accounting \
	320.rdist \
	330.news \
	400.status-disks \
	420.status-network \
	430.status-rwho \
	440.status-mailq \
	450.status-security \
	460.status-mail-rejects \
	470.status-named \
	500.queuerun \
	999.local
.if !defined(NOUUCP)
FILES+=	340.uucp \
	410.status-uucp
.endif

.include <bsd.prog.mk>
back to top