7 lines
170 B
Makefile
7 lines
170 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $Id: Makefile,v 1.4 1997-11-17 15:58:15 max Exp $
|
|
|
|
SUBDIR = handbook
|
|
SUBDIR+= FAQ
|
|
|
|
.include <bsd.subdir.mk>
|