mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 17:12:46 +00:00
18 lines
231 B
Makefile
18 lines
231 B
Makefile
# $Id: Makefile.am 395 2007-06-03 20:26:18Z des $
|
|
|
|
SUBDIRS = lib bin modules include
|
|
|
|
if WITH_DOC
|
|
SUBDIRS += doc
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
CREDITS \
|
|
HISTORY \
|
|
INSTALL \
|
|
LICENSE \
|
|
README \
|
|
RELNOTES \
|
|
autogen.sh \
|
|
misc/gendoc.pl
|