7888 installboot: print version info of the file
[unleashed.git] / bin / size / Makefile
blob48f4c03cf1ff9757b2f15101a33342e7820fca96
1 PROG= size
2 SRCS= main.c process.c fcns.c
3 CPPFLAGS+= \
4 -I${REPOROOT}/usr/src/cmd/sgs/include \
5 -I${REPOROOT}/usr/src/common/elfcap
6 LDFLAGS+= -lelf
8 REPOROOT = ${.CURDIR:H:H}
9 .include <prog.mk>