# Makefile by Julian H. Stacey

# broken on 5.3, Im now trying /usr/ports/cad/gerbv

#	PROG=		gerber
#	.include <berklix_no_man.mk>
#	SRCS=		file.c gerber.c tools.c xwin.c

#	.if exists (/usr/local/include)
#	# compile fails within a chroot without X11R6
#	LDADD=		-L/usr/local/lib -lXaw -lXmu -lXext -lXt -lX11
#	CFLAGS+=	-I/usr/local/include
#	all:	xxx
#	.else	
#	all:	xxx
#		@echo "Skipping as no local/include available."
#		make index.html
#	install:
#		@echo "Skipping as no local/include available."
#	.endif
#	
all:	html

install:
	@true

clean:
	@true	# dont delete index.html

# .include <bsd.prog.mk>
.include <berklix.mk>
