Deleted Added
full compact
Makefile (1634) Makefile (1875)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
3PROG= rbootd
4SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
3PROG= rbootd
4SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c
5MAN8= rbootd.0
5MAN8= rbootd.8
6
7# XXX BROKEN: afterinstall:
8XXXafterinstall:
9 (cd ${.CURDIR}/bootdir && install -c -o ${BINOWN} -g ${BINGRP} \
10 -m 444 * ${DESTDIR}/usr/mdec/)
11
12.include <bsd.prog.mk>
6
7# XXX BROKEN: afterinstall:
8XXXafterinstall:
9 (cd ${.CURDIR}/bootdir && install -c -o ${BINOWN} -g ${BINGRP} \
10 -m 444 * ${DESTDIR}/usr/mdec/)
11
12.include <bsd.prog.mk>