Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / release / picobsd / tinyware / view / Makefile
1 # $FreeBSD: src/release/picobsd/tinyware/view/Makefile,v 1.3 1999/08/28 01:34:01 peter Exp $
2 # $DragonFly: src/release/picobsd/tinyware/view/Attic/Makefile,v 1.2 2003/06/17 04:27:21 dillon Exp $
3
4 PROG=view
5 SRCS=view.c
6 CFLAGS+=-I/usr/local/include
7 LDADD+=-L/usr/local/lib -lpng -lvgl -lz -lm
8 NOMAN=yes
9
10 .include <bsd.prog.mk>