head     1.2;
access   ;
symbols  ;
locks    bin:1.2;
comment  @@;


1.2
date     91.04.24.19.23.24;  author bin;  state Exp;
branches ;
next	1.1;

1.1
date     91.04.24.19.19.54;  author bin;  state Exp;
branches ;
next	;


desc
@init ver pulled from hp
@


1.2
log
@modified by bob h for use on romana
@
text
@#
#	Makefile for 'conf' commands
#
#					Angus Telfer (January 1987)
#

DESTDIR=/interim/conf/

CC=exec /bin/cc
CFLAGS=-i -s -O

patch:	patch.c
		$(CC) $(CFLAGS) -o $(DESTDIR)patch patch.c
		su root chmog 500 root root $(DESTDIR)$@@
@


1.1
log
@Initial revision
@
text
@d7 2
d13 2
a14 4
		$(CC) $(CFLAGS) -o patch patch.c

shrink:
		exec /bin/rm -f *.o patch
@
