1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/share/examples/libvgl/Makefile
Bill Fumerola 21d19cbd64 Use the traditional bmake magic.
Reviewed/approved by:	sos
1999-12-14 08:47:59 +00:00

8 lines
72 B
Makefile

# $FreeBSD$
PROG= demo
NOMAN= yes
LDADD= -lvgl
.include <bsd.prog.mk>