head     1.1;
branch   ;
access   ;
symbols  ;
locks    bin:1.1; strict;
comment  @# @;


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


desc
@@



1.1
log
@Initial revision
@
text
@DESTDIR=/bin386/etc/

init:	init.c lock.c
	$(CC) $(CFLAGS) -n -i -o $(DESTDIR)init $< 
	su root chmog 500 root root $(DESTDIR)init
@
