CFLAGS= -DBSD4_2 -O
LFLAGS= -s

acucntrl:	acucntrl.c
	${CC} ${CFLAGS} ${OFLAGS} -o acucntrl acucntrl.c
