# You can set the path of login(1) here, or you can leave it undefined
# and gert the default of /usr/bin/login (which makes it being given
# here pointless :-)
CFLAGS =
CPPFLAGS = -DMINT -DLOGIN=\"/bin/login$(TTPEXT)\"
LDLIBS = -ltermcap -liio
# Bit naughty, this one, but it lets me use my default $CFLAGS.
#TARGET_ARCH =

# Note that the target here is /etc/getty, NOT getty.
getty : getty.o
	$(CC) -o $@ getty.o $(LDLIBS)
#	@toglclr getty
#	@chmod +x getty

clean:
	-/bin/rm getty *.o
