diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 12:24:38 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 12:24:38 +0000 |
| commit | 48cfb668fc9f2257b8955348b6c448f331db538c (patch) | |
| tree | 654fdd1b68d3f3b66fa5852885ab296a298270bf /lib/libforms | |
| parent | d63abe4172ac583e5d2cf2086fe66a44c747b126 (diff) | |
Notes
Diffstat (limited to 'lib/libforms')
| -rw-r--r-- | lib/libforms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile index 55e06c1e2bf5..36b0c4f88f83 100644 --- a/lib/libforms/Makefile +++ b/lib/libforms/Makefile @@ -11,7 +11,7 @@ CLEANFILES+= lex.c parser.c y.tab.h beforeinstall: @(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 forms.h \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 forms.h \ ${DESTDIR}/usr/include/forms.h;) .include <bsd.lib.mk> |
