#
# (C) Copyright 1992, ..., 2000 the "DOSEMU-Development-Team".
#
# for details see file COPYING in the DOSEMU distribution
#
all:

install:
	@install -d $(INSTROOT)/usr/man/man1; \
	install *dos*.1 mkfatimage*.1 $(INSTROOT)/usr/man/man1

clean realclean:
