diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-03 19:33:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-03 19:33:36 +0000 |
commit | cacfa89e405b7ae6a43ad7e89e27f80d92f5d5fe (patch) | |
tree | 251a3878cef6f257f9ca797f9ada3ce6107ee7b8 /bin/chio/Makefile | |
parent | 234d3596a3dc18f5c939dba515ee64cd81a0394e (diff) |
do chio.conf install from right place
Diffstat (limited to 'bin/chio/Makefile')
-rw-r--r-- | bin/chio/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile index c96cac02a2f..86bf7a8a612 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,12 +1,8 @@ -# $OpenBSD: Makefile,v 1.10 2006/06/02 19:19:10 beck Exp $ +# $OpenBSD: Makefile,v 1.11 2006/06/03 19:33:35 deraadt Exp $ PROG= chio SRCS= chio.c parse.y DPADD= ${LIBUTIL} LDADD= -lutil -distribution: - ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ - ${.CURDIR}/chio.conf ${DESTDIR}/etc/chio.conf - .include <bsd.prog.mk> |