src/world/bin/env/Makefile

12 lines
246 B
Makefile

# Makefile - hhl - /usr/src/world/bin/env
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
progname = env
onestage = true
include hhl.cprog.openbsd.mk
install: | $(DESTDIR)/usr/bin/env
$(DESTDIR)/usr/bin/env:
ln -s ../../bin/env $@