Use the traditional bmake magic.

Reviewed/approved by:	sos
This commit is contained in:
Bill Fumerola 1999-12-14 08:47:59 +00:00
parent e1455d251d
commit 21d19cbd64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54593

View File

@ -1,2 +1,7 @@
demo: demo.c libvgl.a
cc -o demo demo.c -lvgl
# $FreeBSD$
PROG= demo
NOMAN= yes
LDADD= -lvgl
.include <bsd.prog.mk>