Index: etc/mtree/BSD.usr.dist =================================================================== --- etc/mtree/BSD.usr.dist (revision 262974) +++ etc/mtree/BSD.usr.dist (working copy) @@ -301,6 +301,8 @@ .. diskless .. + dma + .. drivers .. etc Index: share/examples/Makefile =================================================================== --- share/examples/Makefile (revision 262974) +++ share/examples/Makefile (working copy) @@ -247,7 +247,10 @@ .if ${MK_PF} != "no" SUBDIR+=pf .endif +.if ${MK_DMAGENT} != "no" +SUBDIR+=dma .endif +.endif .if ${MK_TESTS} != "no" SUBDIR+=tests Index: share/examples/dma/mailer.conf =================================================================== --- share/examples/dma/mailer.conf (revision 0) +++ share/examples/dma/mailer.conf (working copy) @@ -0,0 +1,5 @@ +# $FreeBSD$ + +sendmail /usr/libexec/dma +send-mail /usr/libexec/dma +mailq /usr/libexec/dma Property changes on: share/examples/dma/mailer.conf ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: tools/build/mk/OptionalObsoleteFiles.inc =================================================================== --- tools/build/mk/OptionalObsoleteFiles.inc (revision 262974) +++ tools/build/mk/OptionalObsoleteFiles.inc (working copy) @@ -4311,4 +4311,5 @@ OLD_FILES+=usr/libexec/dma OLD_FILES+=usr/libexec/dma-mbox-create OLD_FILES+=usr/share/man/man8/dma.8.gz +OLD_FILES+=usr/share/examples/dma/mailer.conf .endif