blob: 288a3e6b5c70e0208dab3da61efe681a9195f5dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.1 2018/07/22 06:37:46 anton Exp $
PROG= fchown
WARNINGS= yes
REGRESS_TARGETS+= clone-device
clone-device: ${PROG}
${SUDO} ./${PROG}
.include <bsd.regress.mk>
|