# This version of shutdown is directly from admutils-1.4 by Peter Orbaek.

CC = gcc
CFLAGS = -O2 -fomit-frame-pointer
LDFLAGS = -s -N

all: shutdown

