Makefile 150 B

1234567891011
  1. # Makefile for reboot
  2. TOP=../../..
  3. .include "$(TOP)/mk/os161.config.mk"
  4. PROG=reboot
  5. SRCS=reboot.c
  6. BINDIR=/sbin
  7. .include "$(TOP)/mk/os161.prog.mk"