minix/minix/usr.sbin/fbdctl/Makefile
David van Moolenbroek 33513d60e9 fbdctl(8): move to proper location
- move from minix/commands to minix/usr.sbin;
- install into /usr/sbin instead of /usr/bin;
- move manual page into source directory;
- resolve compilation warning;
- convert to KNF.

Change-Id: I1206b52e8804a68a3a80f6d7f63916e7fcdc9e3f
2015-09-23 12:03:10 +00:00

5 lines
51 B
Makefile

PROG= fbdctl
MAN= fbdctl.8
.include <bsd.prog.mk>