borrow a line from XF4/Makefile that defines RM and

permits 'make release' to have a chance
This commit is contained in:
todd 2007-03-16 21:04:42 +00:00
parent b4049346a1
commit a283e3b0eb

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.14 2006/12/31 13:55:44 matthieu Exp $
# $OpenBSD: Makefile,v 1.15 2007/03/16 21:04:42 todd Exp $
.include <bsd.own.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
LOCALAPPX=/usr/local/lib/X11
REALAPPD=/etc/X11/app-defaults
RM?=rm
SUBDIR= proto data/bitmaps lib app data/xkbdata xserver driver util doc
.ifndef NOFONTS