NetBSD/usr.bin/genassym/Makefile
thorpej 5ecc953bdb config and genassym are not sysadmin tools, they are development tools.
As such, they don't belong in /usr/sbin, but rather /usr/bin.  Move them
there.
2005-06-05 18:19:52 +00:00

7 lines
123 B
Makefile

# $NetBSD: Makefile,v 1.1 2005/06/05 18:19:54 thorpej Exp $
MAN= genassym.1
SCRIPTS= genassym.sh
.include <bsd.prog.mk>