src/world/bin/chmod/Makefile

11 lines
271 B
Makefile

# Makefile - hhl - /usr/src/world/bin/chmod
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
progname = chmod
onestage = true
binlinks += ${bindir}/chown
binlinks += ${bindir}/chgrp
binlinks += ${bindir}/chflags
libs += -lrt
include hhl.cprog.openbsd.mk