1# @(#)Makefile 5.6 (Berkeley) 04/27/93 2 3PROG= lastcomm 4SRCS= devname.c lastcomm.c 5 6.PATH: ${.CURDIR}/../../bin/ps 7 8.include <bsd.prog.mk> 9