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


1.2
date	95.09.08.19.32.04;	author ghudson;	state Exp;
branches;
next	1.1;

1.1
date	95.09.08.19.31.03;	author ghudson;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Install in /usr/athena/bin, not /mit/mkserv/${bindir}.
@
text
@SRCS=rootlinks.c util.c file.c services.c environment.c cmds.c \
	synctree.c cnfchg.c os.c
OBJS=rootlinks.o util.o file.o services.o environment.o cmds.o \
	synctree.o cnfchg.o os.o #hack.o

AnsiCC()
#if defined(_AIX) && (AIXV >= 30)
MACHLIBS = -lodm -lcfg -ls
#endif

INCLUDES = -I/usr/athena/include 
LIBS=-lhesiod $(MACHLIBS) -L/usr/athena/lib
SimpleProgram(mkserv,mkserv.o $(OBJS),$(LIBS),${ATHBINDIR})
/*build_program(test,test.o ${OBJS},,$(LIBS))*/
@


1.1
log
@Initial revision
@
text
@d13 1
a13 1
SimpleProgram(mkserv,mkserv.o $(OBJS),$(LIBS),/mit/mkserv/`/bin/athena/machtype`bin/mkserv)
@
