1# $MirOS: src/usr.bin/indent/Makefile,v 1.5 2009/06/07 15:53:43 tg Exp $ 2# $OpenBSD: Makefile,v 1.2 1996/06/26 05:34:27 deraadt Exp $ 3 4PROG= indent 5SRCS= args.c indent.c io.c lexi.c parse.c pr_comment.c 6CFLAGS+=-Wall 7 8distribution: 9 ${INSTALL} -c -o root -g wheel -m 644 ${.CURDIR}/.indent.pro \ 10 ${DESTDIR}/etc/skel/.indent.pro 11 12.include <bsd.prog.mk> 13