Missed Makefile in a prior commit.
This commit is contained in:
parent
b966bc8505
commit
58038c4675
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15252
1 changed files with 17 additions and 0 deletions
17
en/projects/busdma/Makefile
Normal file
17
en/projects/busdma/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Summary for busdma project status
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= rwatson
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= index.sgml
|
||||
DATA= style.css
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
Loading…
Reference in a new issue