From 6b6476deae6b65a5c31f3d9a6e0f3a021107ea04 Mon Sep 17 00:00:00 2001 From: kstailey Date: Thu, 17 Apr 1997 13:58:25 +0000 Subject: [PATCH] add SCRIPTS = ... --- usr.sbin/ssio/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.sbin/ssio/Makefile b/usr.sbin/ssio/Makefile index 92843434544..f88d11eb69b 100644 --- a/usr.sbin/ssio/Makefile +++ b/usr.sbin/ssio/Makefile @@ -1,5 +1,5 @@ # PINT Makefile for utilities -# $Id: Makefile,v 1.1 1997/03/11 03:23:11 kstailey Exp $ +# $Id: Makefile,v 1.2 1997/04/17 13:58:25 kstailey Exp $ # # Copyright (c) 1996 Kenneth Stailey # All rights reserved. @@ -37,6 +37,9 @@ CC = gcc CFLAGS = -O -g -DTRUE=1 -DFALSE=0 PROGS = get_scanner set_scanner use_adf reset_scanner fs1toppm +SCRIPTS = fujitsu_m3096g_grabscan.sh grabscan.sh hp_scanjet_IIc_grabscan.sh \ + ricoh_fs1_grabscan.sh ricoh_is410_grabscan.sh ricoh_is50_grabscan.sh \ + sharp_jx600_grabscan.sh umax_uc630_grabscan.sh BIN_DIR = /usr/local/bin MAN_DIR = /usr/local/man/man1 -- 2.20.1