head     1.2;
branch   ;
access   ;
symbols  ;
locks    ;
comment  @# @;


1.2
date     91.01.08.16.33.36;  author bruce;  state Exp;
branches ;
next     1.1;

1.1
date     91.01.08.16.32.38;  author bruce;  state Exp;
branches ;
next     ;


desc
@Initial revision is as distributed with Dynix Source V3.0.17,
    file dated Apr 7 1986.
Initial revision had RCS ident:
    $Header: Makefile 2.1 86/04/07 $
@


1.2
log
@Changed installed /etc/gettytab to be read-only, to discourage editting it
    (as opposed to its source).
@
text
@# $Copyright:	$
# Copyright (c) 1984, 1985 Sequent Computer Systems, Inc.
# All rights reserved
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.

# $Header: /usr/src/dynix.3.0.17/src/etc/getty/RCS/Makefile,v 1.1 91/01/08 16:32:38 bruce Exp $
#
CFLAGS	= -O $(DEBUG) $(INCLUDE)
OBJS	= main.o init.o subr.o gettytab.o

all		:  getty
getty		:& $(OBJS)
		   $(CC) $(CFLAGS) -o getty $(OBJS)
install		:; install -s getty $(DESTDIR)/etc
		   install -c -m 444 gettytab $(DESTDIR)/etc/gettytab
clean		:; rm -f getty $(OBJS)
main.o		:  gettytab.h
init.o		:  gettytab.h
subr.o		:  gettytab.h
@


1.1
log
@Initial revision
@
text
@d12 1
a12 1
# $Header: Makefile 2.1 86/04/07 $
d21 1
a21 1
		   install -c -m 644 gettytab $(DESTDIR)/etc/gettytab
@
