src/world/usr.bin/diff3/Makefile

13 lines
303 B
Makefile

# Makefile - hhl - /usr/src/world/bin/col
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
progname = diff3prog
bindir = ${DESTDIR}/usr/libexec
include hhl.cprog.openbsd.mk
${bindir}/${progname}: ${DESTDIR}/usr/bin/diff3
${DESTDIR}/usr/bin/diff3: src/diff3.mksh
install -m755 $< $@