[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / misc

File: [local] / src / share / misc / Makefile (download)

Revision 1.15, Thu Sep 8 02:03:35 2016 UTC (7 years, 8 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.14: +2 -2 lines

Remove eqnchar.

These weird eqn(7) macros are ugly source and produce ugly output. Anyone
doing mathematical typesetting will be better served by reading through
mandoc_char(7) or the Unicode Mathematical Operators block.

ok schwarze@ millert@

#	$OpenBSD: Makefile,v 1.15 2016/09/08 02:03:35 bentley Exp $
#	from: @(#)Makefile	5.13 (Berkeley) 5/7/91

FILES=	airport ascii birthtoken countrycodes \
	inter.phone license.template mdoc.template mime.types \
	na.phone operator scsi_modes usb_hid_usages usb_hid_usages \
	zipcodes 

.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
    (${MACHINE} == "alpha")
SUBDIR=	pcvtfonts
.endif

all clean cleandir depend lint obj tags: _SUBDIRUSE

realinstall:
	cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
	    ${DESTDIR}${BINDIR}/misc

.include <bsd.prog.mk>