define PACKAGE_VERSION.

This commit is contained in:
mrg 2009-06-10 01:59:09 +00:00
parent 3cdfd13ed8
commit 41c6d41b48
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,10 @@
# $NetBSD: Makefile,v 1.3 2008/08/03 09:24:14 rtr Exp $
# $NetBSD: Makefile,v 1.4 2009/06/10 01:59:09 mrg Exp $
DRIVER= xf86-video-ark
DRIVER_NAME= ark_drv
SRCS= ark_accel.c ark_driver.c
CPPFLAGS+= -DPACKAGE_VERSION=\"${PACKAGE_VERSION}\"
.include "../Makefile.xf86-driver"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2008/08/03 07:32:04 rtr Exp $
# $NetBSD: Makefile,v 1.3 2009/06/10 01:59:09 mrg Exp $
DRIVER= xf86-video-s3virge
DRIVER_NAME= s3virge_drv
@ -7,4 +7,6 @@ SRCS= s3v_accel.c s3v_dac.c s3v_dga.c s3v_driver.c s3v_hwcurs.c
SRCS+= s3v_i2c.c s3v_shadow.c s3v_xv.c
MAN= s3virge.4
CPPFLAGS+= -DPACKAGE_VERSION=\"${PACKAGE_VERSION}\"
.include "../Makefile.xf86-driver"