diff options
author | ru <ru@FreeBSD.org> | 2001-04-07 11:21:35 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-07 11:21:35 +0000 |
commit | ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27 (patch) | |
tree | 056ad459e7adb0894bcede2c9ae571d853f222f1 /usr.sbin/kbdmap | |
parent | 06174de8ff77027561ef0e58b4ba7aa59799f6c0 (diff) | |
download | FreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.zip FreeBSD-src-ef2dbc1fb0d429e26f0e990ddbb21ce322ef8d27.tar.gz |
beforeinstall -> SCRIPTS.
Diffstat (limited to 'usr.sbin/kbdmap')
-rw-r--r-- | usr.sbin/kbdmap/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/usr.sbin/kbdmap/Makefile b/usr.sbin/kbdmap/Makefile index 17413d3..b2f6609 100644 --- a/usr.sbin/kbdmap/Makefile +++ b/usr.sbin/kbdmap/Makefile @@ -1,19 +1,10 @@ -# Makefile for kbdmap / vidfont # $FreeBSD$ MAINTAINER= wosch - -SCRIPT= ${.CURDIR}/kbdmap.pl +SCRIPTS=${.CURDIR}/kbdmap.pl +MAN= kbdmap.1 LINKS= ${BINDIR}/kbdmap ${BINDIR}/vidfont -MAN= kbdmap.1 -MLINKS= kbdmap.1 vidfont.1 - -all: - @echo -n - -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${SCRIPT} ${DESTDIR}${BINDIR}/kbdmap +MLINKS= kbdmap.1 vidfont.1 .include <bsd.prog.mk> |